projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd54e3
)
* lib-src/etags.c (invalidate_nodes): Remove a redundant nullp test.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 12 Oct 2016 15:24:21 +0000
(18:24 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 12 Oct 2016 15:24:21 +0000
(18:24 +0300)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index 0479f8e4ebdd4c0b40ac8c0c0bd4a4470efafdcc..e5d76d4c59124e1e286ff3cc29ec6899aeec5169 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-2267,7
+2267,7
@@
invalidate_nodes (fdesc *badfdp, node **npp)
free_tree (np); /* free it */
/* Continue with rest of tree. */
- np = np_parent
? np_parent->left : NULL
;
+ np = np_parent
->left
;
}
}
*npp = super_root.left;